//////////////////////////////////////////////////////////////////////////
PC-Ubuntu

root@ubuntu:~# service network-manager stop				// neni potreba

root@ubuntu:~# ifconfig eth0 192.168.1.10 netmask 255.255.255.0

root@ubuntu:~# ping 192.168.1.20
64 bytes from 192.168.1.20: icmp_req=10 ttl=64 time=1002 ms
64 bytes from 192.168.1.20: icmp_req=11 ttl=64 time=0.262 ms
64 bytes from 192.168.1.20: icmp_req=12 ttl=64 time=0.475 ms
64 bytes from 192.168.1.20: icmp_req=13 ttl=64 time=0.479 ms
64 bytes from 192.168.1.20: icmp_req=14 ttl=64 time=0.478 ms

root@ubuntu:~# service apache2 start					// spusteni webserveru



//////////////////////////////////////////////////////////////////////////
Olimex SAM9-L9261

.-------.                                           
|       |                  .-.                      
|   |   |-----.-----.-----.| |   .----..-----.-----.
|       |     | __  |  ---'| '--.|  .-'|     |     |
|   |   |  |  |     |---  ||  --'|  |  |  '  | | | |
'---'---'--'--'--.  |-----''----''--'  '-----'-'-'-'
                -'  |
                '---'

The Angstrom Distribution sam9-l9261 ttyS0

Angstrom at91-20071002 sam9-l9261 ttyS0

sam9-l9261 login: root


root@sam9-l9261:~$ ifconfig 
eth0      Link encap:Ethernet  HWaddr 3A:1F:34:08:54:64  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:107 Base address:0xa000 

eth0:avah Link encap:Ethernet  HWaddr 3A:1F:34:08:54:64  
          inet addr:169.254.3.228  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          Interrupt:107 Base address:0xa000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1152 (1.1 KiB)  TX bytes:1152 (1.1 KiB)


root@sam9-l9261:~$ ifconfig eth0 192.168.1.20 netmask 255.255.255.0

root@sam9-l9261:~$ wget http://192.168.1.10/hello

Connecting to 192.168.1.10[192.168.1.10]:80
hello                100% |*****************************|   573 KB 00:00:00 ETA

root@sam9-l9261:~$ ./hello

Hello, World!
